home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000071_tim@maths.tcd.ie_Sat Feb 11 06:26:11 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA27458
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 11 Feb 1995 06:26:11 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  4.           id aa06909; 9 Feb 95 17:35 GMT
  5. Subject: Re: TeX compilation and wchar_t problem
  6. To: Demetrios Sapounas <ds%aris@relay.nswc.navy.mil>
  7. Date: Thu, 9 Feb 1995 17:35:35 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9502080806.ZM4351@aris.nswc.navy.mil> from "Demetrios Sapounas" at Feb 8, 95 08:06:27 am
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 686       
  16. Message-Id:  <9502091735.aa10060@hamilton.maths.tcd.ie>
  17.  
  18. > I am trying to compile TeX on an SGI running IRIX 5.2 using the C compiler
  19. > supplied from SGI and I am running into the 'wchar_t' problem.  I read the
  20. > INSTALL file describing the cause of the problem, but the explanation about the
  21. > fix leaves me with a number of questions.
  22. > More specifically, I do not understand what to define and what not to define,
  23. > so I can perform the compilation.  Could you please send me the actual lines I
  24. > have to include in the header file so I can by-pass the conflict.
  25.  
  26. As a first try, I would not alter any header files;
  27. I'd just say
  28.  
  29. make CFLAGS=-DNO_FOIL_X_WCHAR_T
  30.  
  31. Actually I say
  32.  
  33. make CFLAGS="-O -DNO_FOIL_X_WCHAR_T" LDFLAGS=-s
  34.  
  35.  
  36.  
  37.